@charset "utf-8";
/* CSS Document */

body::-webkit-scrollbar { 
                display: none;
				scrollbar-width: none;
            } 

body {
	background-color:#FFF7DA;
	padding: 0px 15px  ;
	font-family: "gill sans std";
	letter-spacing: 1.5px;
	max-width: 1000px;
	margin-left:auto ;
	margin-right:auto;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	
    
}

.logo{
	width: 80px;
	padding:0px 10px 0px 10px;
	
	
}

#navi {
	list-style: none;
	text-align: center;
	word-spacing: 20px;
	margin-top: 30px;
	margin-bottom: 35px;
	margin-right: 35px;
	float: right;
		
}

#navi li {
	display :inline; 
}

a{
	color:#356e83;
}

#navi a:link, a:hover a:visited  {
	color: #356e83;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	}


#navi a:hover {
	color: #fca392;
	text-decoration: none;
}


.box1 {
	height: 300px;
	width:90%;
	background-color:#356E83;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	
	
}

.ban{
	width: 400px;
	margin-top:-30px;
	float: right;	
}



h1{
	font-weight: normal;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 45px;
	color:#FFF7DA;
	display: block;
}


.job{
	color:#FFF7DA;
	padding-left: 30px;
	font-style: italic;
	font-weight: 300;
	
}

.name{
	color:#FFF7DA;
	padding-left: 30px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;	
}

.img02{
	padding-top: 40px;
	width:550px;
	float: left;
	padding-left:-50px;	
}

a.button1{
	display:inline-block;
	text-decoration: none;
	box-sizing: border-box;
	background-color:#356E83;
	color: #FFF7DA;
	padding:7px 25px 7px 25px;
	font-weight: 300;
	border-radius: 7px;
	left:-70px;
	position: relative;
	top:15px;		
}

a.button1:hover{
	background-color:#fca392; 
}


h2{
	font-weight: 400;
	font-size: 45px;
	padding-top: 210px;
	left: -70px;
	position: relative;
	display: flex;
	color: #356E83;
	
}

a.button2{
	display:inline-block;
	text-decoration: none;
	box-sizing: border-box;
	background-color:#356E83;
	color: #FFF7DA;
	padding:7px 25px 7px 25px;
	font-weight: 300;
	border-radius: 7px;
	left: 100px;
	position: relative;
	top:15px;		
}

a.button2:hover{
	background-color:#fca392; 
}

.text02{
	left: -70px;
	position: relative;
	color: #356E83;
	font-weight: 400;
	padding-right: 30px;		
}

h3{
	font-weight: 400;
	font-size: 45px;
	padding-top: 210px;
	right: 450px;
	position: relative;
	display: flex;
	color: #356E83;	
}


.img03{
	padding-top: 40px;
	padding-right: 70px;
	width:550px;
	float: right;	
}

.text03{
	left: 100px;
	position: relative;
	color: #356E83;
	font-weight: 400;
	padding-right: 20px;		
}

.section04 {
	padding: 60px;
	text-align: center;
}

.column{
	float: left;
	width: 30%;
	padding: 10px;
}


.e{
	padding-top: 94.5px;
	width: 80px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}

.i{
	padding-top: 106.5px;
	width: 70px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}

.b{
	padding-top: 99.5px;
	width: 77px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}

h4{
	position: relative;
	margin-top: -1px;
	font-weight: 400;
	font-size: 20px;
	color: #356E83;
	
}

.contact{
	color: #356E83;
	position: relative;
	font-size: 14px;
	margin-top: -20px;
	
}


@media screen and (max-width:900px) {
  .box1 {
    height : 50%;
	}
	
	.ban{
		width: 100%;
	}
	
	.img{
		width:90%;
	}
	
	h2{
		left:30px;
		display: block;
		
	}
	
	.text02{
		left:30px;
		padding-right: 50px;
		}
	
	.img02{
		width:100%;
	}
	
	a.button1{
		left:30px;
	}
	
	.img03{
		width: 95%;
		
}
	h3{
		top: 30px;
		left:30px;
		display: block;
}
	a.button2{
		left: 30px;
		top: 45px;
	}
	
	.text03{
		top: 30px;
		left: 30px;
		padding-right: 60px;
	}
	
	.section04{
		display: flex;
		margin-left: auto;
    	margin-right: auto;	
	}
	
	.contact{
		font-size: 10px;
		
}
	
	h4{
		font-size: 14px;
	}
	
}